Check If Null
Command Prototype
bRet = IsNull(varData)
Command Description
Determine a data is null (NULL) or not
Parameter Description
- Required Parameter
- varData--The data to determine
- return
- bRet--The variable used to save the output of the function call